home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / perform / netpath / netpath.txt < prev   
Text File  |  1996-07-10  |  4KB  |  73 lines

  1.  
  2.                There are always at least two ways to do anything right.  
  3.  
  4.                When the Netware  MAP creates a search drive,  it points the
  5.           corresponding drive letter  to the  specified directory and  adds
  6.           the drive letter  to the  DOS path.   In  doing so,  it adds  the
  7.           string similar to "Z:." to the  path to represent the new  devise
  8.           for DOS's  file search process.   The "." in "Z:."  specifies the
  9.           CURRENT directory which Z is pointing to.   If a user changes the
  10.           current directory, the path  is also effectively changed.   There
  11.           is nothing wrong with that if the user understands what they  are
  12.           doing; some do not.  NETPATH is a little way to simplify  life on
  13.           a Netware LAN for the DOS user (and the Systems Administrator).
  14.  
  15.                NETPATH  searches memory for the  master DOS path string and
  16.           modifies  it.   For  each  search mapping  in  the path,  NETPATH
  17.           modifies  the path to  specify the  entire directory  string each
  18.           search mapping  is currently  pointing to.   For example,  if the
  19.           current  DOS  path  is  "C:\dos;c:\;z:.;"  and  Z:  is  currently
  20.           pointing  to SYS:PUBLIC  when NETPATH  is run,  the path  will be
  21.           "C:\dos;c:\;z:\PUBLIC;" when NETPATH is finished.  
  22.  
  23.                How does  it do that you ask?   NETPATH WILL SEARCH ONLY FOR
  24.           THE STRING ":." IN THE PATH.   When it finds that string, it gets
  25.           the character in front of  it, identifies the directory the drive
  26.           letter  is pointing  to and  inserts the  directory into  the DOS
  27.           path.  This may not be fool proof but it works for me.  
  28.  
  29.                Once the path includes the  directories corresponding to the
  30.           drive letters, changing the current directory  of a drive mapping
  31.           will not change the file search process  of DOS.  This convention
  32.           for the structure of the search path is not  necessarily a better
  33.           way of doing  things, just a different way  which most users seem
  34.           to be accustomed to.
  35.            
  36.                NETPATH may  be included in  the login script using  the "#"
  37.           symbol  to execute  an external  program after  all of  the drive
  38.           mappings have been  created.  I  have been using it  with Netware
  39.           386 v3.1 and with  MS-DOS versions 3.3 and 4.01.  I hope it makes
  40.           your life easier for you as it has for me.
  41.  
  42.           The following copyrights and trademarks apply:
  43.  
  44.           Novell Advanced Netware is product of Novell, Inc.
  45.           PC-DOS is a product of IBM, Inc.
  46.           MS-DOS is a product of MicroSoft, Inc.
  47.  
  48.           Legal Stuff Disclaimer:
  49.  
  50.             This product is supplied without  any warranty of any kind with
  51.           regard to  this  material  including, but  not  limited  to,  the
  52.           implied  warranties  of    merchantability   and  fitness  for  a
  53.           particular  purpose.  I shall not  be liable for errors contained
  54.           herein or for  incidental or consequential damages  in connection
  55.           with furnishing, performance, or use of this product.
  56.  
  57.           License:
  58.  
  59.             You are free  to use NETPATH for your own personal  use.  It is
  60.           so simple, I cannot justify asking for a fee.  It is "shareware".
  61.           I  hope it  someday becomes  obsolete and I  hope you  pass along
  62.           something of your  own creation for someone else's  benefit.  You
  63.           may   copy   and   distribute  NETPATH   and   the   accompanying
  64.           documentation provided no fee  is charged other than the  copying
  65.           of the  media.  This  includes posting NETPATH on  Bulletin board
  66.           systems and information services.
  67.             
  68.             You may  NOT modify  NETPATH in any  way or  distribute NETPATH
  69.           without this documentation.  
  70.  
  71.             I welcome your suggestions, questions and your bugs/abnormality
  72.           reports,  via a message on Compuserve (Steve Griffee 72377,2036).
  73.